﻿/*================首页================*/
.banner {
	position: relative;
	width: 100%;
	height: auto;
}

.banner .bd {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner .bd ul li {
	width: 100%;
	height: auto;
}

.banner .bd ul li a {}

.banner .bd ul li a img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .hd {
	position: absolute;
	bottom: 26px;
	width: 100%;
}

.banner .hd ul {
	width: 100%;
	text-align: center;
}

.banner .hd ul li {
	width: 36px;
	height: 5px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 5px;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
}

.banner .hd ul .on {
	background: #22b14c;
}

.banner .prev,
.banner .next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	display: block;
	width: 48px;
	height: 48px;
	z-index: 99;
}

.banner .prev {
	background: url(../images/btn-left1.png) no-repeat 0 0;
	left: 10%;
}

.banner .next {
	background: url(../images/btn-right2.png) no-repeat 0 0;
	right: 10%;
}

.banner .prev:hover {
	background: url(../images/btn-left1-1.png) no-repeat 0 0;
}

.banner .next:hover {
	background: url(../images/btn-right2-2.png) no-repeat 0 0;
}

.m_title {
	text-align: center;
	margin-top: 32px;
	margin-bottom: 28px;
}

.m_title h1 {
	background: url(../images/t_bg.png) no-repeat center center;
}

.m_title h1 a {
	font-family: "Microsoft Yahei";
	font-size: 30px;
	color: #22b14c;
}

.m_title p a {
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #888;
	text-transform: uppercase;
}

.p_tab {
	width: auto;
	margin: 0 auto 40px;
	text-align: center;
	height: 240px;
}

.p_tab .p_title a {
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 30px;
	background: url(../images/tab_bg1.png) no-repeat center top;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #fff;
	margin: 0 12px;
}

.p_tab .p_title a.on {
	background: url(../images/tab_bg2.png) no-repeat center top;
}

.p_tab .p_title a:hover {
	background: url(../images/tab_bg2.png) no-repeat center top;
}

.p_tab .p_con ul {
	width: 1240px;
	margin: 0 auto;
	height: auto;
}

.p_tab .p_con li {
	width: 280px !important;
	float: left;
	margin-right: 30px;
}

.p_tab .p_con li dt {
	box-shadow: 0 5px 10px #ccc;
}

.p_tab .p_con ul.this li .pic {
	width: 270px;
	height: 190px;
	margin: 0 auto;
	position: relative;
}

.p_tab .p_con ul.this li .pic a {
	width: 270px;
	height: 190px;
	display: block;
}

.p_tab .p_con ul.this li .pic img {
	width: 270px;
	height: 190px;
}

.p_tab .p_con ul.this li .txt {
	width: 270px;
	height: 50px;
	line-height: 50px;
	background: #dfdfdf;
	margin: 0 auto;
}

.p_tab .p_con ul.this li .txt a {
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #444;
}

.p_tab .p_con ul.this li .pic .ceng {
	background: url(../images/tm_bg.png) repeat;
	width: 270px;
	height: 190px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

.p_tab .p_con ul.this li .pic .ceng img {
	width: 36px;
	height: 36px;
	margin-top: 98px;
}

.p_tab .p_con ul.this li:hover .pic .ceng {
	display: block;
}

.p_tab .p_con ul.this li dt {
	box-shadow: 0 5px 10px #ccc;
	width: 270px;
}

.p_tab .p_con ul.this li:hover .txt {
	background: #06b037;
}

.p_tab .p_con ul.this li:hover .txt a {
	color: #fff;
}

.p_tab .flex-direction-nav a,
.p_tab .flex-control-nav {
	display: none;
}

/*.swiper-button-next, .swiper-button-prev{width: 26px;height: 47px;}*/
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	right: 10px;
	margin-top: -25px;
	/*background:url(../images/sy2.png) no-repeat center; */
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	left: 30px;
	margin-top: -25px;
	/*background:url(../images/sy1.png) no-repeat center; */
}

.s_list {
	display: none;
}

.s_list ul {
	float: left;
}

.s_list li {
	width: 400px;
	height: 250px;
	text-align: center;
	position: relative;
}

.s_list li a {
	display: block;
	width: 400px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.s_list li img {
	width: 400px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
}

.s_list li h2 {
	font-weight: normal;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #fefefe;
	padding-bottom: 16px;
	background: url(../images/s_line.jpg) no-repeat center bottom;
	margin-bottom: 14px;
}

.s_list li p {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #fefefe;
	line-height: 24px;
	text-align: left;
}

.s_list li span {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
}

.s_list li span img {
	width: 30px;
	height: 30px;
}

.s_list li.txt {
	background: #22b14c;
}

.s_list li.txt a {
	padding: 25px 30px;
	width: 340px;
	height: 200px;
}

.s_list li.txt:hover {
	background: #06b037;
}

.s_list li.txt1 i {
	display: block;
	width: 36px;
	height: 18px;
	background: url(../images/bot1.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: -18px;
	z-index: 1000;
}

.s_list li.txt1:hover i {
	background: url(../images/bot2.png) no-repeat center center;
}

.s_list li.txt2 i {
	display: block;
	width: 36px;
	height: 18px;
	background: url(../images/top1.png) no-repeat center center;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	top: -18px;
	z-index: 1000;
}

.s_list li.txt2:hover i {
	background: url(../images/top2.png) no-repeat center center;
}

.solutions .s_title {
	text-align: center;
	padding-top: 27px;
}

.solutions .s_title a {
	display: inline-block;
	width: 72px;
	height: 4px;
	background: url(../images/so1.png) no-repeat center center;
	margin: 0 13px;
	padding: 5px;
}

.solutions .s_title a.on {
	background: url(../images/so2.png) no-repeat center center;
}

.news_con .pic {
	width: 490px;
	height: 324px;
}

.news_con .pic a {
	width: 490px;
	height: 324px;
	display: block;
	position: relative;
	overflow: hidden;
}

.news_con .pic img {
	width: 490px;
	height: 324px;
	position: absolute;
	left: 0;
	top: 0;
}

.news_con .txt {
	width: 705px;
}

.news_con .txt dt {
	width: 86px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	float: left;
	background: url(../images/n_bg3.png) no-repeat center center;
	font-family: "Microsoft Yahei";
	font-size: 42px;
	color: #fff;
	margin-left: 12px;
	padding-right: 7px;
}

.news_con .txt dd {
	width: 598px;
	float: left;
}

.news_con .txt dd .d_top {
	margin-top: 2px;
}

.news_con .txt dd .d_top h2 {
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #444;
	font-weight: normal;
	width: 488px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_con .txt dd .d_top h2 a {
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #444;
}

.news_con .txt dd .d_top h2:hover {
	color: #06b037;
}

.news_con .txt dd .d_top h2 a:hover {
	color: #06b037;
}

.news_con .txt dd .d_top span {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #888;
	margin-top: 2px;
}

.news_con .txt dd .d_bot {
	margin-top: 5px;
	height: 40px;
	overflow: hidden;
}

.news_con .txt dd .d_bot p {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #888;
	line-height: 20px;
}

.news_con li {
	margin-bottom: 14px;
}

.news_con li:hover dt {
	background: url(../images/n_bg4.png) no-repeat center center;
}

.part_list {
	width: 1200px;
	overflow: hidden;
}

.part_list ul {
	width: 1230px;
}

.part_list li {
	width: 216px;
	height: 90px;
	float: left;
	margin-right: 28px;
	margin-bottom: 15px;
	border: 1px #ddd solid;
}

.part_list li a {
	width: 216px;
	height: 90px;
	display: block;
}

.part_list li img {
	width: 216px;
	height: 90px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	/*filter: gray;*/
}

.part_list li img:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	/*filter: gray;*/
	box-shadow: 0 2px 3px #ccc;
}

.news_con .txt li:hover dd .d_top h2 {
	color: #06b037;
}

.news_con .txt li:hover dd .d_top h2 a {
	color: #06b037;
}

.news_con .txt li.on dd .d_top h2 {
	color: #06b037;
}

.news_con .txt li.on dd .d_top h2 a {
	color: #06b037;
}

.news_con li:hover dt {
	background: url(../images/n_bg4.png) no-repeat center center;
}

.news_con li.on dt {
	background: url(../images/n_bg4.png) no-repeat center center;
}

/*================产品列表================*/
.sub_banner {
	width: 100%;
	height: 190px;
}

.sub_banner img {
	width: 100%;
	height: 190px;
}

.content {
	margin-top: 10px;
}

.content .c_left {
	width: 260px;
	padding-bottom: 30px;
	background: #fff;
}

.menu_list {
	width: 260px;
	/* min-height:346px; */
	background: #fff;
	padding: 15px 0 30px 0;
}

.menu_head {
	height: 58px;
	line-height: 58px;
	/* margin-left:24px; */
	border-bottom: 1px #ededed solid;
	border-left: 8px #fff solid;
}

.menu_head a {
	display: block;
	width: 198px;
	height: 58px;
	text-align: left;
	font-family: "Microsoft Yahei";
	font-size: 17px;
	color: #444;
	font-weight: bold;
	padding-left: 40px;
}

.menu_list .current {
	background: #f8f8f8;
	border-left: 8px #22b14c solid;
	border-bottom: none;
}

.menu_list .current a {
	color: #22b14c;
}

.menu_list .menu_head:hover {
	background: #f8f8f8;
	border-left: 8px #22b14c solid;
	border-bottom: none;
}

.menu_list .menu_head:hover a {
	color: #22b14c;
}

.menu_body {
	height: auto;
	padding: 0 35px 0 62px;
	display: none;
}

.menu_body a {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #666;
	display: block;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px #e4e4e4 dashed;
	text-align: center;
}

.menu_body a:hover {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #22b14c;
	background: url(../images/sanjiao.png) no-repeat 28px center;
}

.menu_body a.on {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #22b14c;
	background: url(../images/sanjiao.png) no-repeat 28px center;
}

.content .c_right {
	width: 880px;
	background: #fff;
	padding: 10px 20px 50px 20px;
}

.content .c_right .c_title {
	height: 60px;
	line-height: 60px;
	padding: 0 35px;
	border-bottom: 1px #ededed solid;
}

.content .c_right .c_title h1 {
	font-weight: normal;
}

.content .c_right .c_title p {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #888;
	padding-left: 16px;
	background: url(../images/dingwei.png) no-repeat left center;
}

.content .c_right .c_title p a {
	font-family: "Microsoft Yahei";
	font-size: 12px;
	color: #888;
}

.content .c_right .c_title p a:hover {
	color: #22b14c;
}

.content .c_right .c_title p a.on {
	color: #22b14c;
}

/*.content .c_right .c_con{padding:0 0 0 38px;}*/
.content .c_right .c_con ul {
	width: 878px;
}

.content .c_right .c_con li {
	width: 878px;
	height: 202px;
	padding: 25px 0;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
}

.content .c_right .c_con li a.imgs {
	width: 291px;
	height: 202px;
	display: block;
}

.content .c_right .c_con li a.imgs img {
	width: 291px;
	height: 202px;
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 1;
	transition: all linear 0.2s;
}

.content .c_right .c_con li a.imgs img:hover {
	opacity: 1;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	z-index: 2;
}

.content .c_right .c_con li .fr {
	width: 560px;
	height: 202px;
}

.content .c_right .c_con li .fr a.title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 30px;
}

.content .c_right .c_con li .fr a.title:hover {
	color: #22b14c;
}

.content .c_right .c_con li .fr a.title span {
	margin-right: 12px;
}

.content .c_right .c_con li .fr p {
	font-size: 13px;
	color: #333;
	line-height: 27px;
}

.content .c_right .c_con li .fr p span {
	font-weight: bold;
}

.content .c_right .c_con li .fr .intros {
	font-size: 13px;
	color: #333;
	line-height: 26px;
	height: 106px;
	margin-bottom: 15px;
	overflow: hidden;
}


.content .c_right .c_con li .fr a.more {
	width: 112px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	background: #22b14c;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 34px;
}

.content .c_right .c_con li .fr a.more:hover {
	background: #01b034;
}

/*================分页================*/
.asppage24 {
	width: 100%;
	margin-top: 50px;
	overflow: hidden
}

.asppage24 .pager {
	color: #fff;
	width: 100%;
	text-align: center;
}

.asppage24 .pager span {
	display: inline-block;
	height: 22px;
	line-height: 22px;
	margin: 0 4px;
	color: #888;
	font-size: 14px;
	background: #dfdfdf;
	color: #666;
	height: 22px;
	line-height: 22px;
	margin: 0 2px;
	padding: 2px 10px;
}

.asppage24 .pager .current {
	color: #fff;
	background: #06b037;
}

.asppage24 .pager .cpb,
.asppage24 .pager .nolink,
.asppage24 .pager a {
	display: inline-block;
	background: #dfdfdf;
	height: 22px;
	line-height: 22px;
	margin: 0 2px;
	padding: 2px 10px;
	font-size: 14px;
	color: #888;
}

.asppage24 .pager .nolink {
	color: #fff;
}

.asppage24 .pager a {
	background: #dfdfdf;
	color: #888;
}

.asppage24 .pager a:hover {
	color: #fff;
	background: #06b037;
}

/*隐藏页码信息*/
.asppage24 .pager .pageinfo {
	display: none;
}

/*当前页*/
.asppage24 .pager .cpb {
	color: #fff;
	font-weight: 100;
	background: #06b037;
}



/*================产品详情================*/
.p_details {
	padding: 42px 32px;
}

.p_details .p_top .pic {
	width: 398px;
	height: 278px;
	border: 1px #efefef solid;
}

.p_details .p_top .pic img {
	width: 398px;
	height: 278px;
}

.p_details .p_top .txt {
	width: 346px;
	margin-left: 54px;
}

.p_details .p_top .txt p {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #444;
	line-height: 26px;
}

.p_details .p_top .txt p span {
	display: inline-block;
	width: 410px;
	_display: block;
	*zoom: 1;
	vertical-align: middle;
}

.p_details .p_top .txt .tit {
	max-height: 60px;
	overflow: hidden;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	color: #767676;
}

.p_details .p_top .txt .contro {
	height: 278px;
	overflow: hidden;
	font-size: 15px;
	line-height: 28px;
	color: #767676;
}


.ptab .tabbtn {
	border: 1px solid #dddddd;
	border-top: 2px solid #3ece5d;
	height: 44px;
	line-height: 44px;
}

.ptab .tabbtn li {
	float: left;
	width: 118px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
}

.ptab .tabbtn li.current {
	color: #fff;
	background: #3ece5d;
}

.ptab .tabcon {
	padding: 10px 0;
}

.ptab .tabcon .text {
	font-size: 14px;
	color: #444;
	line-height: 26px;
}

.ptab .tabcon .text img {
	display: block;
	margin: 0 auto;
	max-width: 800px;
	height: auto;
}

.ptab .tabcon table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid windowtext !important;
	border-left: 1px solid windowtext !important;
	margin-left: auto;
	margin-right: auto;
}

.ptab .tabcon table th {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px solid windowtext !important;
	border-right: 1px solid windowtext !important;
}

.ptab .tabcon table td {
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px solid windowtext !important;
	border-right: 1px solid windowtext !important;
}

.ptab .download {}

.ptab .download ul li {
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #c9c9c9;
}

.ptab .download ul li a {
	display: block;
}

.ptab .download ul li a.tit {
	float: left;
	max-width: 700px;
	font-size: 13px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap;
}

.ptab .download ul li a.tit i {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 6px;
	height: 6px;
	background: #ccc;
	vertical-align: middle;
	margin-right: 12px;
}

.ptab .download ul li a.dwn {
	float: right;
	font-size: 13px;
	color: #333;
	padding-left: 20px;
	background: url(../images/down2.jpg) no-repeat left center;
}

.ptab .download ul li a:hover {
	color: #3ece5d
}

.ptab .download ul li a:hover i {
	background: #3ece5d
}






.p_bottom {
	margin-top: 28px;
}

.p_bottom .p_title {
	height: 55px;
	line-height: 55px;
	border-bottom: 2px #06b037 solid;
}

.p_bottom .p_title h1 {
	font-family: "Microsoft Yahei";
	font-size: 24px;
	color: #06b037;
}

.p_bottom .p_main {
	padding-top: 10px;
}

.p_bottom .p_main h2 {
	font-family: "Microsoft Yahei";
	font-size: 16px;
	color: #444;
	line-height: 30px;
	margin-top: 5px;
}

.p_bottom .p_main p {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #444;
	line-height: 30px;
}

.plants {
	padding: 42px 0 64px 0;
	margin: 0 35px;
	border-bottom: 1px #ededed solid;
}

.plants li {
	width: 400px;
	height: 250px;
	float: left;
	text-align: center;
	position: relative;
}

.plants li a {
	display: block;
	width: 400px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.plants li img {
	width: 400px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
}

.plants li h2 {
	font-weight: normal;
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #fefefe;
	padding-bottom: 16px;
	background: url(../images/s_line.jpg) no-repeat center bottom;
	margin-bottom: 14px;
}

.plants li p {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #fefefe;
	line-height: 24px;
	text-align: left;
}

.plants li span {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 30px;
}

.plants li span img {
	width: 30px;
	height: 30px;
}

.plants li.txt {
	background: #22b14c;
}

.plants li.txt a {
	padding: 25px 30px;
	width: 340px;
	height: 200px;
}

.plants li.txt:hover {
	background: #06b037;
}

.plants li.txt1 i {
	display: block;
	width: 20px;
	height: 30px;
	background: url(../images/fl_1.png) no-repeat center center;
	position: absolute;
	left: -20px;
	bottom: 50%;
	margin-bottom: -15px;
	z-index: 1000;
}

.plants li.txt1:hover i {
	background: url(../images/fl_2.png) no-repeat center center;
}

.plants li.txt2 i {
	display: block;
	width: 20px;
	height: 30px;
	background: url(../images/fr_1.png) no-repeat center center;
	position: absolute;
	right: -20px;
	bottom: 50%;
	margin-bottom: -15px;
	z-index: 1000;
}

.plants li.txt2:hover i {
	background: url(../images/fr_2.png) no-repeat center center;
}


/*================关于我们================*/
.about {
	width: 800px;
	margin: 42px auto 0 auto;
}

.about img {
	max-width: 800px;
	height: auto;
}

.about p {
	font-family: "Microsoft Yahei";
	/*font-size:15px; */
	color: #444;
	/*line-height:24px;*/
	margin-bottom: 20px;
}

.course li dt {
	width: 130px;
	float: left;
	text-align: center;
	font-family: "Microsoft Yahei";
	font-size: 24px;
	color: #888;
	font-weight: bold;
	margin-top: 15px;
}

.course li dd {
	width: 666px;
	float: left;
	border-left: 4px #ededed solid;
	position: relative;
}

.course li dd .txt {
	width: 544px;
	padding: 15px 28px 25px 28px;
	background: #f8f8f8;
	margin-left: 55px;
	position: relative;
}

.course li dd .txt span {
	display: block;
	width: 12px;
	height: 20px;
	background: url(../images/lc1.png) no-repeat center center;
	position: absolute;
	left: -12px;
	top: 20px;
}

.course p {
	margin: 0;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #888;
}

.course li dd {
	padding-bottom: 40px;
}

.course li dd i {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/dian1.png) no-repeat center center;
	position: absolute;
	left: -9px;
	top: 20px;
}

.course li:hover i {
	background: url(../images/dian2.png) no-repeat center center;
}

.course li:hover dt {
	color: #22b14c;
}

.course li:hover dd .txt {
	background: #22b14c;
}

.course li:hover dd .txt p {
	color: #fff;
}

.course li:hover dd .txt span {
	background: url(../images/lc2.png) no-repeat center center;
}


/*================联系我们================*/
.c_main {
	width: 800px;
	margin: 42px auto 0 auto;
}

.c_txt .c_top {
	margin-top: 20px;
}

.c_txt .c_top h1 {
	font-family: "Microsoft Yahei";
	font-size: 24px;
	color: #444;
}

.c_txt .c_top span {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #444;
}

.c_list {
	margin-top: 20px;
	margin-bottom: 30px;
}

.c_list li {
	margin-bottom: 10px;
}

.c_list li strong {
	display: block;
	width: 96px;
	float: left;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #444;
}

.c_list li strong img {
	vertical-align: middle;
	margin-right: 15px;
}

.c_list li p {
	width: 704px;
	float: left;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #444;
}

.c_main .map {
	width: 796px;
	height: 368px;
	border: 2px #ddd solid;
	border-radisu: 2px;
}


/*================在线招聘================*/
.job {
	width: 800px;
	height: 407px;
	margin: 30px auto;
	font-family: "microsoft yahei";
}

.job .thead {
	width: 800px;
	height: 46px;
	line-height: 46px;
	background: #aaa;
	margin-bottom: 2px;
}

.job .thead p {
	float: left;
	font-size: 16px;
	color: #fff;
}

.job .pin_box {
	padding: 20px 0;
}

.tjob {
	width: 800px
}

.tjob h3 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #dfdfdf;
	background-color: #fff;
	font-weight: normal;
	cursor: pointer;
}

.tjob h3 a {
	color: #333;
}

.tjob h3 p {
	float: left;
	font-size: 14px;
	color: #444;
}

.intro {
	width: 920px;
	height: 280px;
	margin: 40px auto 20px auto;
	font-family: "microsoft yahei";
}

.introLeft {
	width: 291px;
	height: 280px;
}

.introLeft img {
	width: 291px;
	height: 280px;
}

.introLeft a:hover img {
	opacity: 0.8;
}

.introRight {
	width: 595px;
	height: 250px;
	padding-top: 30px;
}

.introTit {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
}

.introEn {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}

.introTxt {
	font-size: 12px;
	line-height: 24px;
	color: #888888;
	margin-top: 15px;
}

.contactUs {
	width: 700px;
	height: auto;
	margin: 40px auto 30px auto;
	font-family: "microsoft yahei";
}

.contactTit,
.contactTit img {
	width: 374px;
	height: 65px;
	margin: 0 auto;
}

.contactTxt {
	text-align: center;
	width: 665px;
	font-size: 14px;
	color: #333;
	line-height: 26px;
	margin: 15px auto;
}

.contactMap {
	width: 659px;
	height: 227px;
	margin: 0 auto;
	border: 3px solid #dbcebb;
}

.contactStu {
	width: 750px;
	height: 190px;
	margin: 0 auto;
}

.contactStu p {
	float: left;
	text-align: center;
	font-size: 14px;
	font-family: "microsoft yahei";
	margin: 40px 25px;
}

.contactStu p a {
	color: #333;
}

.recruit .jobDD {
	width: 720px;
	height: auto;
	padding: 15px 40px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #e1e1e1;
	background: #fafafa;
}

.recruit .jobDD p {
	color: #888;
}

.recruit .tjob ul li {
	cursor: pointer;
}

.recruit .tjob .on {
	background: #06b037;
}

.recruit .tjob .on p {
	color: #fff;
}

.recruit .fire_txt {
	width: 102px;
	opacity: 0;
	filter: alpha(opacity=0);
	background: #dfdfdf;
}

.recruit .sub_btn {
	width: 80px;
	height: 30px;
	background: #c3a56b;
	font-family: "microsoft yahei";
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}


/*================新闻列表================*/
.n_list {
	width: 800px;
	margin: 18px auto 0 auto;
}

.n_list li {
	padding: 24px 0;
	border-bottom: 1px #ededed solid;
}

.n_list li .pic {
	width: 210px;
	height: 136px;
}

.n_list li .pic a {
	width: 210px;
	height: 136px;
	display: block;
	position: relative;
	overflow: hidden;
}

.n_list li .pic img {
	width: 210px;
	height: 136px;
	position: absolute;
	left: 0;
	top: 0;
}

.n_list li .txt {
	width: 574px;
}

.sy_list li .txt {
	width: 800px;
}

.n_list li .txt h2 {
	font-family: "microsoft yahei";
	color: #444;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 8px 0;
}

.n_list li .txt h2 a {
	font-family: "microsoft yahei";
	color: #444;
	font-size: 16px;
}

.n_list li .txt h2:hover {
	color: #06b037;
}

.n_list li .txt h2 a:hover {
	color: #06b037;
}

.n_list li .txt p {
	font-family: "microsoft yahei";
	color: #888;
	font-size: 12px;
	line-height: 24px;
	height: 48px;
}

.n_list li .txt .n_box {
	margin-top: 10px;
}

.n_list li .txt .n_box span {
	font-family: "microsoft yahei";
	color: #22b14c;
	font-size: 16px;
}

.n_list li .txt .n_box span img {
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -3px;
}

.n_list li .txt .n_box .look {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #dfdfdf;
	font-family: "microsoft yahei";
	color: #fff;
	font-size: 12px;
}

.n_list li:hover .txt .n_box .look {
	background: #06b037;
}


/*================新闻详情================*/
.news_details .news_title {
	text-align: center;
	padding-bottom: 35px;
	background: url(../images/newsttbg.png) no-repeat center bottom;
}

.news_details .news_title h1 {
	font-family: "microsoft yahei";
	font-size: 24px;
	color: #444;
	font-weight: normal;
	padding-top: 30px;
	padding-bottom: 10px;
}

.news_details .news_title h2 {
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #444;
	font-weight: normal;
	padding-bottom: 10px;
}

.news_details .news_title span {
	font-family: "microsoft yahei";
	font-size: 12px;
	color: #888;
	padding: 0 10px;
}

.news_details p {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #444;
	line-height: 24px;
	margin-bottom: 20px;
}

.news_details p img {
	max-width: 880px;
}

.news_details p a {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #444;
	line-height: 24px;
}

.news_details p a:hover {
	color: #bc9a5a;
}

.news_details .news_bottom {
	padding: 20px 0;
	border-top: 1px #dfdfdf solid;
	margin-top: 50px;
}

.news_details .news_bottom p {
	margin-bottom: 0;
}

.news_details .news_bottom span {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #444;
}

.news_details .news_bottom a {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #888;
}

.news_details .news_bottom a:hover {
	color: #06b037;
}

.news_details .news_bottom a.none {
	color: #06b037;
}


/*================员工风采================*/
.fengcai {
	width: 800px;
	margin: 42px auto 0 auto;
}

.fengcai ul {
	width: 858px;
}

.fengcai li {
	width: 228px;
	text-align: center;
	margin: 0 58px 28px 0;
	float: left;
}

.fengcai li dt {
	width: 228px;
	height: 150px;
	position: relative;
}

.fengcai li dt img {
	width: 228px;
	height: 150px;
}

.fengcai li dt .ceng {
	background: url(../images/tm_bg.png) repeat;
	width: 228px;
	height: 150px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
}

.fengcai li dt .ceng img {
	width: 36px;
	height: 36px;
	margin-top: 45px;
	margin-bottom: 5px;
}

.fengcai li dt:hover .ceng {
	display: block;
}

.fengcai li dt:hover .ceng p {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #fff;
}

.fengcai li dd {
	height: 42px;
	line-height: 42px;
}

.fengcai li dd a {
	font-family: "microsoft yahei";
	font-size: 16px;
	color: #444;
}

.fengcai li dd a:hover {
	color: #22b14c;
}


/*================员工风采-详情================*/
.fc_details .f_title {
	text-align: center;
	padding: 40px 0 22px 0;
}

.fc_details .f_title h1 {
	font-family: "microsoft yahei";
	font-size: 24px;
	color: #444;
	font-weight: normal;
}

.mod18Box {
	margin: 0px auto;
	width: 880px;
	background: #FFF;
}

.mod18 {
	width: 796px;
	height: 650px;
	margin: 0px auto;
	position: relative;
}

.mod18 .btn {
	position: absolute;
	width: 15px;
	height: 70px;
	bottom: 28px;
	cursor: pointer;
	z-index: 99;
	font-size: 50px;
	font-weight: bold;
}

.mod18 .prev {
	left: 0;
}

.mod18 #prevTop {
	background: url(../images/big-ntnlleft.png) no-repeat center center;
}

.mod18 #prevTop,
.mod18 #nextTop {
	top: 224px;
	width: 58px;
	height: 72px;
	display: none;
}

.mod18 .next {
	right: 0;
}

.mod18 #nextTop {
	background: url(../images/big-btnright.png) no-repeat center center;
}

.mod18 #prev {
	background: url(../images/left1.png) no-repeat center center;
	width: 20px;
	height: 36px;
	left: 0;
	margin-top: 25px;
}

.mod18 #next {
	background: url(../images/right1.png) no-repeat center center;
	width: 20px;
	height: 36px;
	right: 0;
	margin-top: 25px;
}

.mod18 #prev:hover {
	background: url(../images/left2.png) no-repeat center center;
}

.mod18 #next:hover {
	background: url(../images/right2.png) no-repeat center center;
}

.mod18 li {
	float: left;
}

.mod18 .cf li {
	position: relative;
	color: #fff;
}

.mod18 .cf a {
	display: block;
	width: 685px;
	height: 386px;
	position: absolute;
	color: #fff;
}

.mod18 .cf img {
	width: 685px;
	height: 386px;
}

.mod18 .picBox {
	height: 520px;
	position: relative;
	overflow: hidden;
	border: 2px #ededed solid;
}

.mod18 .picBox ul {
	height: 520px;
	position: absolute;
}

.mod18 .picBox li {
	width: 685px;
	height: 386px;
	padding: 67px 55px;
}

.mod18 .listBox {
	width: 732px;
	height: 84px;
	margin: 0 auto;
	position: relative;
	padding-top: 40px;
	overflow: hidden;
}

.mod18 .listBox ul {
	height: 100px;
	position: absolute;
}

.mod18 .listBox li {
	width: 128px;
	height: 84px;
	cursor: pointer;
	position: relative;
	padding: 0 9px;
}

.mod18 .listBox li i {
	display: none;
}

.mod18 .listBox li a {
	display: block;
	width: 128px;
	height: 84px;
}

.mod18 .listBox li img {
	width: 128px;
	height: 84px;
}

.mod18 .listBox .on img {
	width: 126px;
	height: 82px;
	border: 1px solid #22b14c;
}

.mod18 .listBox .on i {
	display: block;
}

.fc_bottom {
	padding: 20px 0;
	border-top: 1px #dfdfdf solid;
	width: 798px;
	margin: 52px auto 0 auto;
}

.fc_bottom p {
	margin-bottom: 0;
}

.fc_bottom span {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #444;
}

.fc_bottom a {
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #888;
}

.fc_bottom a:hover {
	color: #06b037;
}

.fc_bottom a.none {
	color: #06b037;
}


/*================在线留言================*/
.message {
	width: 776px;
	margin: 42px auto 90px auto;
}

.message ul li {
	width: 346px;
	height: 40px;
	line-height: 40px;
	border: 1px #ddd solid;
	float: left;
	margin: 0 40px 12px 0;
}

.message ul li span {
	display: block;
	width: 50px;
	text-align: center;
	float: left;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #888;
}

.message ul li input {
	width: 326px;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	outline: none;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #888;
}

.area_box {
	margin-bottom: 26px;
}

.area_box textarea {
	width: 714px;
	height: 114px;
	padding: 10px;
	border: 1px #ddd solid;
	outline: none;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #888;
}

.message .btn {
	width: 88px;
	height: 34px;
	background: #22b14c;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	margin-right: 10px;
}

.message .tj {
	background: #06b037;
}



/*================网站地图================*/
.default dl {
	width: 14%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.default dl dt a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
}

.default dl dd a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}


.fixed-bar .icon,
.fixed-bar .consult-list .tel-icon {
	background: url("../images/JS_02.png") no-repeat;
}

.fixed-bar .icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 23px;
	height: 12px;
	overflow: hidden;
	margin: -18px 0 0 -12px;
	background-position: right -220px;
	text-indent: -999em;
}

.fixed-bar {
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -164px;
	z-index: 50;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0))-30);
}

.fixed-bar .gotop {
	position: relative;
	z-index: 1;
	display: block;
	width: 68px;
	height: 36px;
	overflow: hidden;
	margin: -1px 0 0;
	padding: 32px 0 0;
	border: 1px solid #e6e6e6;
	border-top: 1px dashed #eaeaea;
	background-color: #fff;
	color: #666;
	font: normal 14px/36px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
}

.fixed-bar .share {
	height: 68px;
	overflow: hidden;
	margin: -1px 0 0;
	border: 1px solid #e6e6e6;
}

.fixed-bar .gotop:hover {
	z-index: 10;
	border-color: #2acb6b;
	background-color: #2acb6b;
	color: #fff;
	text-decoration: none;
}

.fixed-bar .gotop:hover .icon {
	background-position: right -251px;
}

.fixed-bar .consult-box {
	border: 1px solid #e6e6e6;
}

.fixed-bar .consult-box .consult-header {
	position: relative;
	height: 36px;
	margin: -1px -1px 0;
	background: #2acb6b;
}

.fixed-bar .consult-box .consult-title {
	color: #fff;
	font: normal 16px/36px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	text-align: center;
}

.fixed-bar .consult-box .icon {
	display: none;
	top: 0;
	left: -28px;
	width: 28px;
	height: 36px;
	overflow: hidden;
	margin: 0;
	background-position: -80px -530px;
	cursor: pointer;
}

.fixed-bar .consult-box .icon:hover {
	background-position: -110px -530px;
}

.fixed-bar .consult-list {
	margin: 0 2px -1px;
	padding: 9px 0;
	border-bottom: 1px dashed #eaeaea;
	overflow: hidden
}

.fixed-bar .consult-list li {
	padding: 0 23px 0 23px;
	color: #666;
	font: normal 12px/24px "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1";
	margin-bottom: 5px;
}

.fixed-bar .consult-list span,
.fixed-bar .consult-list a {
	line-height: 20px;
	color: #666;
}

.fixed-bar .consult-list span {
	padding-right: 10px;
	display: block;
}

.fixed-bar .consult-list img {
	vertical-align: top;
}

.fixed-bar .wide-bar {
	min-width: 134px;
	background: #fff;
}

.fixed-bar .wide-bar .share .bds_more {
	width: 148px;
	_width: 146px;
	background-position: -252px -568px;
}

.fixed-bar .wide-bar .share .bds_more:hover {
	background-position: -354px -568px;
}

.fixed-bar .wide-bar .gotop {
	width: 132px;
}

.fixed-bar .consult-list .tel-icon {
	margin-left: -15px;
	padding: 0 0 0 20px;
	background-position: -591px -264px;
}

.fixed-bar .tel img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.fixed-bar .qq img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.footnav {
	overflow: hidden;
	margin-bottom: 20px;
}

.footnav p {
	width: 100%;
	float: left;
	margin-right: 20px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footnav ul {
	float: left;

}

.footnav ul li {
	float: left;
	margin-right: 46px;
	margin-bottom: 15px;
	font-size: 16px;
}

.footnav ul li a {
	color: #666;
}

.footabout {
	text-align: center;
	font-size: 16px;
}

.footabout a {
	display: inline-block;
	color: #666;
	margin-right: 20px;
}

.footer .logo-list {
	width: 194px;
	padding-left: 10px;
	padding-top: 40px;
	box-sizing: border-box;
}

.footer .logo-list a {
	display: inline-block;
	color: #fff;
	margin-right: 9px;
	margin-bottom: 12px;
	font-weight: bold;

}

/* 公司简介 */

.indexcontent1 {
	box-sizing: border-box;
}

.contitle .contitle11 {
	font-weight: normal;
	font-size: 30px;
	line-height: 54px;
	color: #2176bf;
	text-align: center;
	position: relative;
	font-family: "Microsoft YaHei";
	background: url(../images/indexh2bg.png) no-repeat center;
	background-size: 272px 54px;
}

.contitle11 em {
	color: #70b82e;
}

.contitle12 {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: center;
	font-weight: normal;
	font-family: "Microsoft YaHei";
}

.indexcon1 {
	height: 400px;
	box-sizing: border-box;
	margin-top: 48px;
	margin-bottom: 60px;
	position: relative;
}

.indexcon1lf .indexcon1img {
	width: 550px;
	height: 400px;
	float: left;
	margin-right: 40px;
}

/* .indexcon1lf .indexcon1img iframe{ width: 600px; height: 445px; border: none !important; } */
.indexcon1lf .indexcon1img img {
	border: 0px solid #dbdbdb;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
}

.indexcon1lf .indexcon1img embed {
	border: 6px solid #dbdbdb;
	box-sizing: border-box;
}

.indexcon1lf video {
	width: 100%;
	height: 100%;
}

.indexcon1rg {
	width: 598px;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}

.indexcon1rg h2 {
	font-size: 30px;
	line-height: 30px;
	color: #666;
	font-weight: normal;
	margin-bottom: 16px;
}

.indexcon1rg h2 em {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

.indexline {
	width: 76px;
	height: 2px;
	background: #70b82e;
	margin-bottom: 18px;
}

.indexcon1rg p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
	text-indent: 30px;
}

.indexcon1rg .button1 {
	font-size: 16px;
	line-height: 42px;
	width: 129px;
	height: 42px;
	border: 1px solid #70b82e;
	margin-top: 24px;
}

.indexcon1rg .button1 a {
	color: #70b82e;
	display: block;
	text-align: center;
}

/* .indexcon1rg .button1 a:hover{  color: #fff; }
.indexcon1rg .button1 a.hvr-radial-out{ background: #fff !important; }
.indexcon1rg .button1 a.hvr-radial-out:before{ background: #70b82e !important; } */
